←Select platform

Values Property

Summary

Gets a collection containing the values in the DictionaryWithEvents<TKey,TValue>.

Syntax

C#
VB
C++
public ICollection<TValue> Values { get; } 
  
Public ReadOnly Property Values As ICollection(Of TValue) 
public: 
property ICollection<TValue^>^ Values { 
   ICollection<TValue^>^ get(); 
} 

Property Value

A ValueCollection containing the values in the DictionaryWithEvents<TKey,TValue>.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly